home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000102_bob@gnu.ai.mit.edu_Wed Feb 15 16:37:16 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  5KB

  1. Received: from albert.gnu.ai.mit.edu by cs.umb.edu with SMTP id AA15554
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 15 Feb 1995 21:53:43 -0500
  3. Received: from hill.gnu.ai.mit.edu by albert.gnu.ai.mit.edu (5.65/4.0) with SMTP
  4.     id <AA07165@albert.gnu.ai.mit.edu>; Wed, 15 Feb 95 21:37:20 -0500
  5. Received: by hill.gnu.ai.mit.edu (15.11/4.0)
  6.     id <AA25442@hill.gnu.ai.mit.edu>; Wed, 15 Feb 95 21:37:16 est
  7. Date: Wed, 15 Feb 95 21:37:16 est
  8. From: bob@gnu.ai.mit.edu
  9. Message-Id: <9502160237.AA25442@hill.gnu.ai.mit.edu>
  10. To: tex-k@cs.umb.edu
  11. Subject: m68k-sony-newsos build
  12.  
  13.     Report bugs ... no matter how small ...
  14.  
  15. OK, here goes.   
  16.  
  17. This is for a Sony News-1850, now running Newsos 4.1
  18.  
  19. Running GCC 2.6.1, configured as m68k-sony-newsos
  20.  
  21. Upgrading from TeX version 2.99.....
  22.  
  23. TeX files from:
  24.  
  25. Basic tex&mf input files (lib) distribution.
  26. Version 6.8 (30 August 94)
  27.  
  28. dviljk-2.5
  29. dvipsk-5.58f
  30. web2c-6.1
  31. xdvik-18f
  32.  
  33.  
  34. In /usr/local/src/tex/web2c-6.1, I followed the sequence for `if you
  35. just want to go for it'.  I ran:
  36.  
  37.     configure
  38.     make
  39.  
  40. I made no editing changes to any files.
  41.  
  42. It would have been nice if the instructions had given a hint of how
  43. many megabytes I would need.  I had about 100 Mbytes of space, and
  44. filled 25 or so.  In times past, I had less space and would have
  45. needed to know this.
  46.  
  47.  
  48. I was unable to build from /usr/local/src/tex/web2c-6.1 directory
  49. because I ran out of virtual memory in the kpathsea directory.  (I
  50. have 70 Mbytes of virtual memory; this is a problem with the Makefile
  51. in web2c-6.1.)
  52.  
  53. Changed to kpathsea directory, configured and make'd there.
  54. No editing changes.  No reported errors.
  55. Returned to web2c-6.1 and make'd.
  56.  
  57. Got an error in
  58.  
  59.     /usr/local/src/tex/web2c-6.1/web2c/web2c/lex.yy.c
  60.  
  61. Commented out extra definition of malloc:
  62.  
  63.     /* !!! bob commented out; 15 Feb 1995:   void *malloc( size_t );   */
  64.  
  65.  
  66. Returned to web2c-6.1 and make'd.
  67.  
  68. Received several wonderful `(No errors were found.)' messages.
  69.  
  70. <<These `No errors were found' are a real boon.  It is so assuring to
  71. be sold when things are going right.>>
  72.  
  73. In /usr/local/src/tex/web2c-6.1/web2c/mf/mfd.h,  unable to find
  74. include files, so specified full path:
  75.  
  76.     #include "/usr/local/src/tex/web2c-6.1/web2c/lib/texmf.h"
  77.  
  78.     #include "/usr/local/src/tex/web2c-6.1/web2c/lib/texmfmem.h"
  79.  
  80. In /usr/local/src/tex/web2c-6.1/kpathsea/config.h, did not find
  81. <c-auto.h> so specifed with full path:
  82.  
  83.     #include /usr/local/src/tex/web2c-6.1/web2c/lib/c-auto.h
  84.  
  85.  
  86. In   /usr/local/src/tex/web2c-6.1/web2c/mf/MFwindow,  the compile
  87. command did not find sun.c because its link command was erroneous:
  88.  
  89.   sun.c -> /usr/local/src/tex/web2c-6.1/web2c/mf/../../mf/MFwindow/sun-xview.c
  90.  
  91. It should be linked to: 
  92.  
  93.     /usr/local/src/tex/web2c-6.1/web2c/mf/../mf/MFwindow/sun-xview.c
  94.  
  95. Change /usr/local/src/tex/web2c-6.1/web2c/mf/MFwindow/Makefile to;
  96.  
  97.     sun.c:
  98.             rm -f sun.c
  99.             $(LN) $(srcdir)/../mf/MFwindow/sun-xview.c sun.c
  100.  
  101. also change in same makefile
  102.  
  103.     x11.c:
  104.             rm -f x11.c
  105.             $(LN) $(srcdir)/../mf/MFwindow/x11-Xt.c x11.c
  106.  
  107.  
  108. Returned to web2c-6.1 and make'd.
  109.  
  110.  
  111. In `/usr/local/src/tex/web2c-6.1/web2c/mf', when attempting to dump, 
  112. This is METAFONT, Version 2.71 (C version 6.1) (INIMF)
  113. can't find file `plain.mf'.
  114.  
  115. Linked as follows:
  116.  
  117.     ln -s  /usr/local/src/texmf/mf/plain.mf plain.mf
  118.  
  119. Also linked 
  120.  
  121.     ln -s /usr/local/src/tex/texmf/mf/modes.mf modes.mf
  122.  
  123.  
  124. Ran `make mf.base' in that directory OK.
  125.  
  126. Returned to web2c-6.1 and make'd.
  127.  
  128. Again, in /usr/local/src/tex/web2c-6.1/web2c/mf, unable to find `cmbase.mf'.
  129.  
  130. Linked:
  131.  
  132.     ln -s /usr/local/src/tex/texmf/fonts/public/cm/src/cmbase.mf cmbase.mf
  133.  
  134. Ran `make cmmf.base' in that directory OK.
  135.  
  136. Returned to web2c-6.1 and make'd.
  137.  
  138. In `/usr/local/src/tex/web2c-6.1/web2c/tex', attempting
  139.  
  140.     ./initex plain \\dump
  141.  
  142.     Font \tenrm=cmr10 not loadable: Metric (TFM) file not found.
  143.  
  144. In /usr/local/lib, linked;
  145.  
  146.     ln -s /usr/local/src/tex/texmf texmf
  147.  
  148. Returned to web2c-6.1 and make'd.
  149.  
  150. In /usr/local/lib/tex/inputs/lfonts.tex, circlew10 not found, so changed
  151.  
  152.     \font\tencircw = circlew10 
  153. to
  154.     \font\tencircw = lcirclew10 
  155.  
  156. since texmf/fonts/public/latex/tfm/lcirclew10.tfm has only
  157. lcirclew10.tfm.
  158.  
  159. Also changed  from circle10 to lcircle10  at the same place.
  160.  
  161. Finally, completed make.
  162.  
  163. In web2c-6.1 ran `make install', which ran without reported error.
  164.  
  165. Used 25 or so megabytes of disk.
  166.  
  167. Formatted a test Texinfo file using Version 3.1415 (C version 6.1)
  168. without reported error.  On viewing with xdvi, looks OK.
  169.  
  170.  
  171.  
  172. Also, changed to kpathsea/ directory and ran `make install' without
  173. reported error.
  174.  
  175. ### end